html{ height:100%; margin-bottom: 1px;}
dl {
	margin:0;
	overflow:auto;
	padding:0;
}
/* Common classes to easy styling.
------------------------------------------------------- */
.flow_auto
{
	overflow: auto;
}
.flow_hidden
{
	overflow: hidden;
}
.clear
{
	clear: both;
}
.clear_left
{
	clear: left;
}
.clear_right
{
	clear: right;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.centertext
{
	margin: 0 auto;
	text-align: center;
}
.righttext
{
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.lefttext
{
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}
/* Normal, standard links. */
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
/* set a fontsize that will look the same in all browsers. */
body {
	font-size:100.01%;	/* same as (small) */
	/*font-family: verdana, tahoma, sans-serif;*/
	/*font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;*/
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #d8ccb6 url(../images/paper_bg.jpg);
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 125%;
}
/* use dark grey for the text, leaving black for headers etc */
body, td, th , tr {
	color: #000000;
}
/* lets give all forms zero padding/margins */
form
{
	padding: 0px;
	margin: 0px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	background: #fcfcfc;
	color: #000;
	font-family: arial, sans-serif;
}
input, button {
	font-size: 90%;
}
textarea {
	font-size: 100%;
	color: #000;
	font-family: arial, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 90%;
	font-weight: normal;
	color: #000;
	font-family: arial, sans-serif;
	background: #fcfcfc;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	color: #777;
	background-color: #777;
}
/* By default set the color on these tags as black. */
h1, h2, h3, h4, h5, h6, h7 {
	color: #000;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
/* No image should have a border when linked. */
a img {
	border: 0;
}
/* No lines around buttons in Firefox! */
a {
	/*outline: none;*/
}
/* Reset all lists. */
ul, ul li
{
	padding: 0;
	margin: 0;
	list-style: none;
}
/* We can define lists to be lists tho! */
ul.normallist
{
	padding-left: 2em;
}
ul.normallist li
{
	list-style: disc;
}
/* ************************************* */
/* Some handy custom classes				 */
/* ************************************* */
.floatright, .align_right
{
	float: right;
}
.floatleft, .align_left
{
	float: left;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 0.8em;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 0.85em;
}
.normaltext
{
	font-size: 1em;
}
.largetext
{
	font-size: 1.4em;
}
/* This style will make sure all headers use the same padding throughout. */
.headerpadding {
	padding: 0.5em;
}
/* smaller padding used in paragraphs, sections etc */
.smallpadding {
	padding: 0.2em;
}
/* larger padding used in paragraphs, sections etc */
.largepadding {
	padding: 0.7em;
}
/* A small space to the next section. */
.marginbottom {
	margin-bottom: 1em;
}
/* On the top too. */
.margintop {
	margin-top: 1em;
}
/* remove bold/italic styles */
span.plainstyle {
	font-weight: normal;
	font-style: normal;
}
/* float a list horizontally */
ul.horizlist {
	width: 100%;
}
ul.horizlist li {
	float: left;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: top;
}
/* make a inline-list */
ul.nolist li {
	display: inline;
}
/* Helping style to clear floated items. */
.clearfix:after {
	 content: ".";
	 display: block;
	 height: 0;
	 clear: both;
	 visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac. \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac. */
/* ************************************* */
/* Some specific SMF elements				*/
/* ************************************* */
/* A quote, perhaps from another post. */
blockquote {
	color: #000;
	background: #f4ead8;
	border: 1px solid #d5c5a7;
	padding: 10px;
	margin: 0 5px 5px;
}
/* A code block - maybe even PHP ;). */
code {
	color: #000000;
	background-color: #ddd;
	display: block;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px inset #000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	overflow: auto;
	white-space: nowrap;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
	width: 100%;
}
/* A quote, perhaps from another post. */
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
{
	overflow: auto;
}
/* For links to change the code stuff... */
.codeoperation
{
	font-weight: normal;
}

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
}

.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}

.bbc_list li
{
	list-style: disc;
}

.bbc_list li li
{
	list-style: circle;
}

.bbc_size
{
	line-height: 1.3em;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
/*.editor
{
	width: 96%;
}*/
/* Highlighted text - such as search results. */
.highlight {
	background-color: #FFF000;
	font-weight: bold;
	color: black;
}
/* A more discreet highlight colour, for selected membergroups etc. */
.highlight2 {
	background-color: #B3F4B0;
	color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body {
	background: #f6f6f6;
	color: #000;
}
.windowbg2 {
	background: #eee;
	color: #000;
}
.windowbg3 {
	background: #ddd;
}
/* the today container in calendar */
.calendar_today {
	background-color: #FCFCFC;
}
/* Color for background of posts requiring approval */
.approvebg
{
	color: #000000;
	background-color: #F6E0D4;
}
/* Color for background of *topics* requiring approval */
.approvetbg
{
	color: #000000;
	background-color: #E4A17C;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, #credits h3 {
	color: black;
	font-style: normal;
	background: #d5c5a7 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: #210806;
	font-style: normal;
	background: #f2e4cb;
}
.titlebg a:hover {
	color: #006699;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: black;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover {
	color: #006699;
	text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers. */
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	background: url(../images/art/catbg.gif) #d5c5a7 repeat-x;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.catbg2 , tr.catbg2 td {
	background: url(../images/art/catbg.gif) #d5c5a7 repeat-x;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.catbg2 {
	border-bottom: 1px solid #C5C5C5;
}
.catbg, .catbg2 {
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: #000;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited {
	color: #000;
	text-decoration: none;
}
.catbg a:hover, .catbg3 a:hover {
	color: #333;
}
.catbg2 a:link, .catbg2 a:visited, .catbg2 a:hover {
	color: #111;
	text-decoration: none;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 0px;
	border: 1px solid #c4c4c4;
	background-color: #FBFBFB;
}
/* Posts and personal messages displayed throughout the forum. */
.post {
	clear:right;
	margin-top:0.5em;
}
.post, .personalmessage {
	overflow: auto;
	line-height: 1.3em;
	width: 100%;
}
.postarea .post {
	clear: right;
	float: left;
}
/* add a visual divider between subject and post */
.inner {
	border-top:1px solid #9999AA;
	margin:0 1em 0 0;
	padding:1em 1em 0 0;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	clear: right;
	padding: 1em 0 3px 0;
	border-top: solid 1px #bbb;
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
	font-size: 0.9em;
	color: #333;
}
/* Sometimes there will be an error when you post */
.error
{
	color: #ff0000;
}
/* Messages that somehow need to attract the attention. */
.alert
{
	color: #ff0000;
}
/* Calendar colours for birthdays, events and holidays */
.birthday
{
	color: #920AC4;
}

.event
{
	color: #078907;
}

.holiday
{
	color: #000080;
}

/* Colours for warnings */
.warn_mute
{
	color: red;
}

.warn_moderate
{
	color: orange;
}

.warn_watch
{
	color: green;
}

a.moderation_link, a.moderation_link:visited
{
	color: red;
	font-weight: bold;
}

.openid_login
{
	background: white url(../images/openid.gif) no-repeat;
	padding-left: 18px;
}

/* The AJAX notifier */
#ajax_in_progress {
	background: #292929;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 0.4em;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
#ajax_in_progress a {
	color: white;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}
/* ************************************* */
/* Buttons and menus							*/
/* ************************************* */
.buttonlist ul
{
	z-index: 100;
	margin: 0 0.2em 5px 0;
}
.buttonlist ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.buttonlist ul li a
{
	display: block;
	font-size: 0.9em;
	font-family: tahoma, sans-serif;
	color: #000;
	background: #e8e8e8 url(../images/theme/menu_gfx.png) no-repeat 0 -60px;
	padding: 0 0 0 8px;
	margin-left: 5px;
	text-transform: uppercase;
	cursor: pointer;
}
.buttonlist ul li a:hover
{
	background: url(../images/theme/menu_gfx.png) no-repeat 0 0;
	text-decoration: none;
}
.buttonlist ul li a span
{
	background: url(../images/theme/menu_gfx.png) no-repeat 100% -60px;
	display: block;
	height: 19px;
	line-height: 19px;
	padding: 0 8px 0 0;
}
.buttonlist ul li a:hover span
{
	background: #fff url(../images/theme/menu_gfx.png) no-repeat 100% 0;
}
/* the active one */
.buttonlist ul li a.active
{
	background: #5a6c85 url(../images/theme/menu_gfx.png) no-repeat 0 -90px;
	color: #fff;
	font-weight: bold;
}
.buttonlist ul li a.active span
{
	background: url(../images/theme/menu_gfx.png) no-repeat 100% -90px;
}
.buttonlist ul li a.active
{
	font-weight: bold;
}
.buttonlist ul li a.active:hover
{
	color: #ddf;
}

/* ************************************* */
/* The below is deprecated..Not Really!  */
/* ************************************* */

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	vertical-align: top;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}
.maintab_first,.mirrortab_first {
	 display: none;
}
.maintab_back,.mirrortab_back {}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	color: #333;
	text-decoration: none;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #333;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #006699;
	text-decoration: overline;
}
/* These are for the auto suggest floating div type thing. */
.auto_suggest_div {
	border: 1px solid #505050;
	position: absolute;
	font-size: .7em;
}
/* An auto suggest item */
.auto_suggest_item
{
	background-color: #FAFAFA;
	padding: 2px;
}
/* hovered auto suggest item */
.auto_suggest_item_hover
{
	background: url(../images/autosuggest_back.gif) repeat-x;
	background-color: #7897B4;
	padding: 2px;
	cursor: pointer;
	color: white;
}
/* Top Nav */
#MainMenu {
	background: url(../images/art/bmid_brown.gif);
	border:0;
	height:33px;
	margin:0; 
	text-transform: capitalize; 
	clear:both;
}
#tab { 
	top:0; 
	margin: 0 0 0 0px;
}
#tab { 
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#tab li { 
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a { 
	background: url(../images/art/bright_brown.gif) no-repeat right top;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#000;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:33px;
	padding:0 15px;
}
#tab a:hover, #tab li .current {
	background-position:right bottom;
}
#tab a:hover, #tab li .current a {
	background-position:left bottom;
	color:#000;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
/* Popup Fix */
.popuptext {
	color: #000;
}
.popuptext a:link, .popuptext a:visited {
	color: #006699;
}
.popuptext a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* Forum Width */
#wrapper {
	 min-width: 320px;
	 margin: 0 auto;
	 padding: 0;
}
/* Banner / Logo */
#logo {
	 float: left;
	 clear: left;
	 margin-top: 30px;
	 margin-left: 15px;
	 cursor: pointer;
	 color: #000;
}
#tagline {
	float: left;
	margin-top: 55px;
	margin-left: 5px;
}
/* Header */
#header {
	 position: relative;
	 overflow: hidden;
	 /*background: #fff url(../images/art/hdr-bg.png) 0 0 repeat-x*/;
}
#head-r {
	 height: 165px;
	 background: url(../images/art/hdr-r.png) 100% 0 no-repeat;
}
#head-l {
	 background: url(../images/art/hdr-l.png) 0 0 no-repeat;
}
/* Userarea */
#userarea {
	font-size: 11px;
	color: #000;
	float: right;
	text-align: right;
	margin: 15px 15px 0 0;
	width: 270px;
}
#userarea a:link, #userarea a:visited {
	 color: #555;
}
#userarea a:hover {
	 color: #006699;
	 text-decoration: underline;
}
/* Avatar Fix */
p.avatar {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
#searcharea {
	float: right;
	clear: right;
	margin: 10px 15px;
	background: transparent;
}
#searcharea .input {
	width:100px; 
	color: #333333;
	font:14px Arial;
	padding:3px 3px 3px 8px; 
	border:1px solid #bbb; 
	border-right:1px solid #000;
	border-top:1px solid #999999; 
	border-left:1px solid #CCCCCC;
	letter-spacing: 1px;
	font-family: Times New Roman, Lucida Grande, Georgia, serif;
	height: 15px;
}
#news {
	padding: 5px 10px;
	text-align: left;
	font-size: 9pt;
	color: #666;
	font-family: "Segoe UI", "Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
	background-color: #f4ead8;
}
#news a:link, #news a:visited {
	color: #666;
}
#news a:hover {
	color:  #627C8C;
	text-decoration: underline;
}
#display_jump_to {
	text-align: right;
	padding: 5px;
	clear: both;
	margin-top: 6px;
}
/* Bodyarea */
#bodyarea {
	 padding: 20px;
	 margin: 0;
	 background: #fff /*url(../images/art/bodyarea-bg.gif) 0 0 repeat-x*/;
}
.left,.alignleft {
	float: left;
	margin-left: 1em;
}
.right,.alignright {
	float: right;
	margin-right: 1em;
}
/* Footer */
#footer {}
#footerarea {
	 text-align: center;
	 padding: 10px;
	 color: #999;
}
#footerarea a:link, #footerarea a:visited {
	 color: #999;
}
#footerarea a:hover {
	 color: #666;
	 text-decoration: none;
}

/* Dropmenus for RC2 */
/* Container for the new admin menu */
#admin_content, #admincenter {
	clear:left;
	padding-top:0.5em;
}

#admin_menu
{
	float: left;
	margin-left: 10px;
	padding: 0 5px 0 5px;
	background: no-repeat;
}

.dropmenu li ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.dropmenu
{
	background: top right no-repeat;
	float: left;
}

.dropmenu a
{
	text-decoration: none;
}
.dropmenu .active
{
	font-weight: bold;
	background: #ddd;
	padding: 4px;
}
/* First layer of menu items */
.dropmenu li
{
	position: relative;
	float: left;
	background: top right repeat-x;
	margin-right: 10px;
}
.dropmenu li.last
{
	background: top right repeat-x;
}
.dropmenu li.chosen
{
	background: no-repeat;
	padding: 0 0 0 6px;
}

.dropmenu li h4
{
	margin: 0;
	padding: 7px 5px 3px 5px;
	cursor: pointer;
	font-weight: 900;
	font-size: x-small;
	text-transform: capitalize;
	color: #333;
}
.dropmenu li.last.chosen h4
{
	background: top right no-repeat;
	padding-right: 17px;
	font-weight: 900;
}
.dropmenu li.chosen h4
{
	background: top right no-repeat;
	padding-right: 10px;
}

/* Second layer of menu items */
.dropmenu li ul
{
	z-index: 90;
	display: none;
	position: absolute;
	top: 100%;
	/* IE6 needs a fixed width to prevent the menu from going haywire */
	width: 19em;
	border: solid 1px #808080;
	border-left: solid 2px #6888A7;
	background: #F8F8FB;
}

.dropmenu li.chosen ul
{
	margin: 0 0 0 -6px;
}

.dropmenu li ul li
{
	background: none;
	width: 19em;
	padding: 0;
}

.dropmenu li ul li a
{
	display: block;
	padding: 0.5em 2em 0.5em 0.5em;
	font-size: 90%;
	text-decoration: none;
	background: none;
	color: #000 !important;
}

.dropmenu li ul li a.subsection
{
	background: url(../images/admin/subsection.gif) no-repeat 98% 50%;
}

.dropmenu li ul li a.chosen
{
	font-weight: bold;
}

.dropmenu li ul li a:hover
{
	background-color: #C8E2FB;
	text-decoration: none;
}

.dropmenu li:hover ul, .dropmenu li.over ul
{
	display: block;
}

/* Third layer of menu items */
.dropmenu li ul li ul, .dropmenu li ul li.over ul
{
	display: none;
	position: absolute;
	left: -999em;
	top: 0;
	border: solid 1px #A0A0A0;
	border-left: solid 2px #6888A7;
	background: #FFF;
}

.dropmenu li ul li:hover ul, .dropmenu li ul li.over ul
{
	display: block;
	left: 18em;
	margin: 0 0 0 1em;
}

/* the menu dropdown toggle image */
#menu_toggle
{
	float: right;
	margin: 0 10px 0 0;
	background: top left no-repeat;
	padding: 0 0 0 7px;
}

#menu_toggle a
{
	display: block;
	background: transparent top right no-repeat;
	padding: 8px 12px 3px 6px;
}

/* the linktree */
.navigate_section ul
{
	clear: both;
	list-style: none;
	margin: 0.5em;
	padding: 0;
}
.navigate_section ul li
{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 0.8em;
}
.navigate_section ul li a
{
	color: #333;
}
.navigate_section ul li a:hover
{
	color: #006699;
}
.navigate_section ul li span
{
	font-weight: bold;
}
.poster
{
	width: 15em;
	float: left;
}
.postarea, .moderatorbar
{
	margin-left: 16em;
}
.moderatorbar
{
	clear: right;
}
.greeting
{
	font-weight:bold;
	font-size:1.3em;
	line-height:1.5em;
}
table.table_list a.unreadlink,table.table_list a.collapse
{
	float: right;
}
table.table_list a.collapse
{
	margin: 10px 5px 0 1em;
}
table.table_list, table.boardsframe, table.table_grid
{
	width: 100%;
	clear: both;
}
#posting_icons
{
	padding: 0 1em 0.5em 1em;
	margin: 0 0 1em 0;
	line-height: 1em;
}
#posting_icons ul
{
	font-size: 0.8em;
}
#posting_icons img
{
	vertical-align: middle;
	margin: 0 0 0 4ex;
}
#postbuttons_upper ul li a span
{
	line-height: 19px;
	padding: 0 0 0 6px;
}
.nextlinks
{
	text-align: right;
	margin-top: -1px;
}
.nextlinks_bottom
{
	clear: right;
	text-align: right;
}
.mark_read
{
	padding: 0 0.5em;
}
span.upperframe
{
	display: block;
}
h4.titlebg img.icon
{
	float:left;
	margin:5px 8px 0 0;
}
h3.catbg img.icon, h4.titlebg img.icon
{
	vertical-align:middle;
}
h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg, .table_list tbody.header td {
	height:31px;
	line-height:32px;
	overflow:hidden;
	clear: left;
}
#main_grid h3.catbg {
clear: none;
}
table.table_list tbody.content td.icon {
	text-align:center;
	padding: 0 5px;
}
table.table_list tbody.content td.stats, table.table_list tbody.content td.info, table.table_list tbody.content td.lastpost {
	padding: 5px;
}
.table_list tbody.content td.info a.subject {
	font-size:110%;
	font-weight:bold;
}
table.table_list p {
	margin:0;
	padding:0;
}
img#upshrink_ic, img#newsupshrink, img#quickReplyExpand {
	float:right;
	margin:10px 5px 0 0;
}
#upshrinkHeaderIC p.last {
	border-top:2px dotted #BBBBBB;
	margin:0;
	padding:0.5em;
}
#upshrinkHeaderIC p {
	margin:0 0 0.5em;
	padding:0.5em;
}
.header {
	font-size: 1.2em;
}
/* poster details and list of items */
.poster h4, .poster ul
{
	padding: 0;
	margin: 0 1em 0 1.5em;
}
.poster h4
{
	font-size: 1.5em;
	margin: 0.2em 0.5em;
}
.poster ul ul
{
	margin: 0.3em 1em 0 0;
	padding: 0;
}
.poster ul ul li
{
	display: inline;
}
.poster li.stars, .poster li.avatar, .poster li.blurb, li.postcount, li.im_icons ul
{
	margin-top: 0.5em;
}
.messageicon
{
	float: left;
	margin: 0 0.5em 0 0;
}
.messageicon img
{
	padding: 6px 3px;
}
.keyinfo
{
	float: left;
	width: 50%;
}
.modifybutton
{
	clear: right;
	float: right;
	margin: 8px 20px 10px 0;
	text-align: right;
}
.postarea ul.quickbuttons
{
	clear: right;
	float: right;
	text-align: right;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 0.85em;
}
.postarea ul.quickbuttons a:hover
{
	color: #a70;
}

/* The quick buttons */
ul.quickbuttons
{
	margin: 0.9em 11px 0 0;
}
ul.quickbuttons li
{
	float: left;
	display: inline;
	margin: 0 0 0 11px;
}
ul.quickbuttons li a
{
	padding: 0 0 0 20px;
	display: block;
	height: 20px;
	line-height: 18px;
	float: left;
}
ul.quickbuttons li.approve_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -90px;
}
ul.quickbuttons li.quote_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 0;
}
ul.quickbuttons li.reply_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -180px;
}
ul.quickbuttons li.reply_all_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -180px;
}
ul.quickbuttons li.modify_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -60px;
}
ul.quickbuttons li.remove_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -30px;
}
ul.quickbuttons li.split_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -150px;
}
ul.quickbuttons li.restore_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -120px;
}
ul.quickbuttons li.inline_mod_check
{
	margin: 0 0 0 5px;
}
#forumposts {
	clear:both;
}
span.botslice, span.topslice {
	display: block;
	clear:both;
	height: 10px;
}
#forumposts .post_separator {
	background:transparent;
}
#forumposts .reportlinks
{
	margin-right: 1.5em;
	text-align: right;
	clear: right;
}
.icon1, .icon2, .replies, .views {
	text-align: center;
}
.boardsframe td, .table_grid td {
padding: 0 3px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}
.table_grid thead th
{
font-family: arial, helvetica, sans-serif;
font-size: 1.1em;
font-weight: bold;
background: url(../images/art/catbg.gif) #d5c5a7 repeat-x;
line-height: 2em;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}
#modbuttons_top .buttonlist, #modbuttons_bottom .buttonlist {
	float: right;
}
#quickReplyOptions .roundframe
{
	text-align: center;
	padding: 0 10%;
}
#quickReplyContent
{
	padding: 0.5em 0;
}
#quickReplyOptions form textarea
{
	height: 100px;
	width: 635px;
	max-width: 100%;
	min-width: 100%;
	margin: 0.25em 0 1em 0;
}

/* ************************************* */
/* styles from Profile.template		 */
/* ************************************* */

/* Fixes for the core theme */
#profileview
{
	padding: 1px;
}
#profileview h3
{
	padding: 0.5em;
}
#profileview #basicinfo .content
{
	padding: 0.7em 0 0.7em 0.7em;
}
#profileview #detailedinfo .content
{
	padding: 0.7em 1.2em;
}

/* The basic user info on the left */
#basicinfo
{
	width: 18%;
	float: left;
}
#basicinfo .windowbg {
	background: transparent;
}
#detailedinfo
{
	width: 81%;
	float: right;
	border-left: 1px solid #696969;
}
#basicinfo .content, #detailedinfo .content
{
	padding: 0px 10px;
}
#basicinfo h4
{
	font-size: 180%;
	font-weight: 100;
	line-height: 105%;
	white-space: normal;
	overflow: hidden;
}
#basicinfo h4 span.position
{
	font-size: 65%;
	font-weight: 100;
	display: block;
}
#basicinfo img.avatar
{
	display: block;
	margin: 10px 0 0 0;
}
#basicinfo ul
{
	list-style-type: none;
	clear: both;
	margin: 10px 0 0 0;
}
#basicinfo ul li
{
	display: block;
	float: left;
	margin-right: 5px;
	height: 20px;
}
#basicinfo span#userstatus
{
	display: block;
	clear: both;
}
#basicinfo span#userstatus img
{
	vertical-align: middle;
}
#detailedinfo div.content dl
{
	clear: both;
	overflow: auto;
	margin: 0 0 18px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px #ccc solid;
}
#detailedinfo div.content dt
{
	width: 15em;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#detailedinfo div.content dd
{
	width: 70%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}
#detailedinfo div.content dl.noborder
{
	border-bottom: 0;
}
#detailedinfo div.content dt.clear
{
	width: 100%;
}
.signature
{
	overflow: auto;
}
.signature h5
{
	font-size: 100%;
	margin-bottom: 5px;
}

/* Simple feedback messages */
div#profile_error, div#profile_success
{
	padding: 1ex 2ex;
	border: solid;
	border-width: 1px 1px 0 1px;
}

div#profile_error
{
	border-color: red;
	color: red;
}

div#profile_error span
{
	text-decoration: underline;
}

div#profile_success
{
	border-color: green;
	color: green;
}
/*#generalstats { float: left; width: 53%; } */

/* Profile statistics */
#generalstats div.content dt
{
	width: 50%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#generalstats div.content dd
{
	width: 50%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}

/* #activitytime { width: 53%; float: left; clear: left; margin-top: 3px; }

/* Activity by time */
#activitytime
{
	margin: 6px 0;
}
.activity_stats
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.activity_stats li
{
	margin: 0;
	padding: 0;
	width: 4.16%;
	float: left;
}
.activity_stats li span
{
	display: block;
	border: solid #000;
	border-width: 1px 1px 0 0;
	text-align: center;
}
.activity_stats li.last span
{
	border-right: none;
}
.activity_stats li div.bar
{
	margin: 0 auto;
	width: 15px;
}
.activity_stats li div.bar div
{
	background: #6294CE;
}
.activity_stats li div.bar span
{
	position: absolute;
	top: -1000em;
	left: -1000em;
}

/* #popularposts, #popularactivity { width: 45%; float: right; padding-left: 1%; } */

/* Most popular boards by posts and activity */
#popularposts
{
	width: 49.5%;
	float: left;
}
#popularactivity
{
	width: 49.5%;
	float: right;
}

#popularposts div.content dt, #popularactivity div.content dt
{
	width: 65%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#popularposts div.content dd, #popularactivity div.content dd
{
	width: 35%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}

.profile_pie
{
	background-image: url(../images/stats_pie.png);
	float: left;
	height: 20px;
	width: 20px;
	margin: 0 1em 0 0;
	padding: 0;
	text-indent: -1000em;
}

#generalstats h4, #popularposts h4, #popularactivity h4, #activitytime h4
{
	margin: 3px 0;
}

#generalstats div.content dt
{
	width: 50%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#generalstats div.content dd
{
	width: 50%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}

#popularposts div.content dt, #popularactivity div.content dt
{
	width: 65%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#popularposts div.content dd, #popularactivity div.content dd
{
	width: 35%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}

#activitytime div.content dt
{
	width: 40%;
	float: left;
	clear: both;
	margin: 0 0 3px 0;
	padding: 0 3px 0 0;
	font-weight: bold;
}
#activitytime div.content dd
{
	width: 49%;
	margin: 0 0 3px 2px;
	padding: 0;
	float: left;
}

.profile_pie
{
	background-image: url(../images/stats_pie.png);
	float: left;
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 0;
	margin-right: 1em;
}

.topic .time
{
	float: right;
}
.topic .counter
{
	margin-right: 1em;
}
.topic h4
{
	margin: 3px 0;
}

.topic .post
{
	margin: 0 1em;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

.topic .mod_icons
{
	text-align: right;
	margin-right: 1em;
}

#permissions dt
{
	width: 40%;
	float: left;
	margin: 0 0 -500px;
	padding: 1% 1% 500px;
	clear: both;
	border-top: 1px solid white;
}

#permissions dd
{
	width: 56%;
	float: left;
	margin: 0;
	padding: 1%;
	border-top: 1px solid white;
}

#tracking div.content dl
{
	border-bottom: 0px;
	margin: 0;
	padding: 0;
}

#ip_list
{
	padding: 0;
	margin: 0 0 3px 0;
	list-style: none;
	clear: both;
	display: block;
}

#ip_list li.header
{
	display: block;
	height: .1%;
}
#ip_list li.header, #ip_list li.ip
{
	float: left;
	width: 49%;
	padding: .5%;
}
#creator dl
{
	margin: 0;
}
#creator dt
{
	width: 40%;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}
#creator dd
{
	float: left;
	width: 60%;
	margin: 0 0 10px 0;
}
.ignoreboards
{
	margin: 0;
	padding: 0;
	width: 49%;
	overflow: auto;
}
.ignoreboards a
{
	text-decoration: underline;
}
.ignoreboards ul
{
	overflow: auto;
	margin: 0 0 0 1em;
	padding: 0;
}
.ignoreboards li
{
	list-style: none;
	float: left;
	clear: both;
}
#theme_settings
{
	overflow: auto;
	margin: 0;
	padding: 0;
}
#theme_settings li
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
/* Lists with settings use these a lot.
------------------------------------------------------- */
dl.settings
{
	clear: right;
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 0;
}
dl.settings dt
{
	width: 48%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}
dl.settings dt.settings_title
{
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	clear: both;
}
dl.settings dt.windowbg
{
	width: 98%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0 0 5px 0;
	clear: both;
}
dl.settings dd
{
	width: 48%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}
dl.settings img
{
	margin: 0 10px 0 0;
}
/* help icons */
dl.settings dt a img
{
	position: relative;
	top: 2px;
}
#unread p {
	margin:0;
	padding:0;
}
/* Styles for edit post section
---------------------------------------------------- */
#post_header
{
	margin-bottom: 0.5em;
	border-bottom: 1px solid #CACDD3;
	padding: 0.5em;
	overflow: hidden;
}

#post_header dt
{
	float: left;
	margin: 0;
	padding: 0;
	width: 15%;
	margin: .3em 0;
	font-weight: bold;
}

#post_header dd
{
	float: left;
	margin: 0;
	padding: 0;
	width: 83%;
	margin: .3em 0;
}

#post_header img
{
	vertical-align: middle;
}

ul.post_options
{
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul.post_options li
{
	margin: 0.2em 0;
	width: 49%;
	float: left;
}

#postAdditionalOptionsHeader
{
	margin-top: 1em;
}
#postMoreOptions
{
	border-bottom: 1px solid #CACDD3;
	padding: 0.5em;
}

#postAttachment, #postAttachment2
{
	overflow: hidden;
	margin: .5em 0;
	padding: 0;
	border-bottom: 1px solid #CACDD3;
	padding: 0.5em;
}

#postAttachment dd, #postAttachment2 dd
{
	margin: .3em 0 .3em 1em;
}

#postAttachment dt, #postAttachment2 dt
{
	font-weight: bold;
}

#postAttachment3
{
	margin-left: 1em;
}

#post_confirm_strip, #shortcuts
{
	padding: 1em 0 0 0;
}

.post_verification
{
	margin-top: .5em;
}

.post_verification #verification_control
{
	margin: .3em 0 .3em 1em;
}
/* the BBC buttons */
#bbcBox_message
{
	margin-bottom: 2px;
}
#bbcBox_message div
{
	margin: 0.3em 0 1em 0;
	line-height: 1.2em;
	/*height: 1.2em;*/
	vertical-align: top;
}
#bbcBox_message div img
{
	margin: 0 1px 0 0;
	vertical-align: top;
}
#bbcBox_message select
{
	margin: 0 2px
}
/* Styles for the calendar section.
------------------------------------------------- */
.calendar_table
{
	margin-bottom: 0.7em;
}

/* Used to indicate the current day in the grid. */
.calendar_today
{
	background-color: #FFFFFF;
}

#month_grid
{
	width: 200px;
	text-align: center;
	float: left;
}

#month_grid table
{
	width: 200px;
}

#main_grid table
{
	width: 100%;
	padding-bottom: 4px;
}

#main_grid table h3.catbg
{
	text-align: center;
	height: 29px;
	border-top: 2px solid #FFFFFF;
	border-bottom: none;
}

#main_grid table.weeklist td.windowbg
{
	text-align: center;
	height: 49px;
	width: 25px;
	font-size: large;
	padding: 0 7px;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#main_grid table.weeklist td.weekdays
{
	height: 49px;
	width: 100%;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#main_grid h3.weekly
{
	text-align: center;
	padding-left: 0;
	font-size: large;
	height: 29px;
}

#main_grid h3 span.floatleft, #main_grid h3 span.floatright
{
	display: block;
	font-weight: bold;
}

#main_grid table th.days
{
	width: 14%;
}

#main_grid table td.weeks
{
	vertical-align: middle;
	text-align: center;
}

#main_grid table td.days
{
	vertical-align: top;
	text-align: center;
}

a.modify_event
{
	color: #FF0000;
}

span.hidelink
{
	font-style: italic;
}

#calendar_navigation
{
	text-align: center;
}

/* Styles for the statistics centre.
------------------------------------------------- */
#statistics
{
	padding-bottom: 0.5em;
}
#statistics h4.titlebg
{
	text-align: center;
	margin-top: 5px;
}
#stats_left, #top_posters, #top_topics_replies,#top_topics_starter,#top_referrers
{
	float:left;
	width: 49.5%;
}
#stats_right, #top_boards, #top_topics_views, #most_online,#top_referrers_by_posts,#top_referrers_by_posts
{
	float: right;
	width: 49.5%;
}
dl.stats
{
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
dl.stats dt
{
	width: 49.5%;
	float: left;
	margin: 0 0 4px 0;
	line-height: 16px;
	padding: 0;
	clear: both;
	font-size: 1em;
}
dl.stats dd
{
	text-align: right;
	width: 49.5%;
	font-size: 1em;
	float: right;
	margin: 0 0 4px 0;
	line-height: 16px;
	padding: 0;
}
.statsbar div.bar {
	float: left;
	display: block;
	width: 6px;
	height: 16px;
	background: url(../images/bar_stats.png) #d5c5a7 repeat-x;
}
.statsbar div.bar div {
	background: url(../images/bar_stats.png) no-repeat 100% 50%;
	position: relative;
	right: -4px;
	padding-right: 4px;
	height: 16px;
}

/* The main content area.
------------------------------------------------------- */
.content
{
	padding: 1em 1.5em;
	margin: 0;
	border: none;
}
.content p
{
	margin: 0 0 0.5em 0;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature, .attachments
{
	width: 98%;
	overflow: auto;
	clear: right;
	padding: 1em 0 3px 0;
	line-height: 1.4em;
}
.custom_fields_above_signature
{
	width: 98%;
	clear: right;
	padding: 1em 0 3px 0;
	border-top: solid 1px #aaa;
	line-height: 1.4em;
	font-size: 0.85em;
}
#helpmain
{
	padding: 10px;
}
/* we need some air between the lines :) */
#helpmain p
{
	line-height: 1.5em;
}
/* put back the bullets please */
#helpmain ul
{
	margin: 0 0 1em 2em;
	padding-left: 1em;
}
#helpmain ul li
{
	line-height: 1.5em;
	list-style-type: disc;
	padding-left: 0.2em;
}
/* the page navigation area */
.pagesection
{
font-size: 0.9em;
padding: 0 0 0.2em 0;
overflow: hidden;
margin-bottom: 1px;
margin-top: 5px;
}
/* Sticky topics get a different background */
.stickybg
{
background: #e8d8cf;
}
.stickybg2
{
background: #f2e3d9;
}
/* Locked posts get a different shade, too! */
.lockedbg
{
background: #d4dce2;
font-style: italic;
}
.lockedbg2
{
background: #d8e1e7;
font-style: italic;
}
/* Styles for generic tables.
------------------------------------------------------- */
.topic_table table
{
width: 100%;
}
.topic_table .icon1, .topic_table .icon2, .topic_table .stats
{
text-align: center;
}
#topic_icons
{
margin: 1em 0 0 0;
}
#topic_icons .description
{
margin: 0;
}
.topic_table table thead
{
border-bottom: 1px solid #fff;
}
/* the subject column */
.topic_table td
{
font-size: 1em;
}
.topic_table td.subject p, .topic_table td.stats
{
font-size: 0.9em;
padding: 0;
margin: 0;
}
.topic_table td.lastpost
{
font-size: 0.9em;
line-height: 1.3em;
padding: 4px;
}
.topic_table td.stickybg2
{
background-image: url(../images/icons/quick_sticky.gif);
background-repeat: no-repeat;
background-position: 98% 4px;
}
.topic_table td.lockedbg2
{
background-image: url(../images/icons/quick_lock.gif);
background-repeat: no-repeat;
background-position: 98% 4px;
}
.topic_table td.locked_sticky2
{
background-image: url(../images/icons/quick_sticky_lock.gif);
background-repeat: no-repeat;
background-position: 98% 4px;
}
.topic_table td.lastpost
{
background-image: none;
}
#topic_icons .description, #recent .description {
padding: 10px;
}
.core_posts {
border-bottom:1px solid #777;
}
/* Make the reCAPTCHA dialog centered to match the positioning of the built-in verification */
.centertext #recaptcha_table
{
	margin: 0 auto !important;
}
/* Poll question */
#poll
{
	overflow: hidden;
}
#poll .content
{
	padding: 0 1em;
}
h4#pollquestion
{
	padding: 0 0 0.5em 2em;
}

/* Poll vote options */
#poll_options ul.options
{
	border-top: 1px solid #9999aa;
	padding: 1em 2.5em 0 2em;
	margin: 0 0 1em 0;
}
#poll_options div.submitbutton
{
	border-bottom: 1px solid #9999aa;
	clear: both;
	padding: 0 0 1em 2em;
	margin: 0 0 1em 0;
}

/* Poll results */
#poll_options dl.options
{
	border: solid #9999aa;
	border-width: 1px 0;
	padding: 1em 2.5em 1em 2em;
	margin: 0 1em 1em 0;
	line-height: 1.1em !important;
}

#poll_options dl.options dt
{
	padding: 0.3em 0;
	width: 30%;
	float: left;
	margin: 0;
	clear: left;
}

#poll_options dl.options .voted
{
	font-weight: bold;
}

#poll_options dl.options dd
{
	margin: 0 0 0 2em;
	padding: 0.1em 0 0 0;
	width: 60%;
	max-width: 450px;
	float: left;
}

#poll_options dl.options .percentage
{
	display: block;
	float: right;
	padding: 0.2em 0 0.3em 0;
}

/* Poll notices */
#poll_options p
{
	margin: 0 1.5em 0.2em 1.5em;
	padding: 0 0.5em 0.5em 0.5em;
}

div#pollmoderation
{
	margin: 0;
	padding: 0;
	overflow: auto;
}
.post .highslide img {border: none;}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}
@media screen and (max-width: 480px) {
  .poster {
	 width: auto;
	 float: none;
  }
  .postarea {
	 margin-left: 0;
  }
  .moderatorbar {
	 margin-left: 0;
  }
  .keyinfo {
	 width: auto;
  }
  .poster .smalltext {
	 display: none;
  }
  #bodyarea {
	 padding: 5px;
  }
  table.table_list tbody.content td.stats {
	 display: none;
  }
  td.icon1, td.icon2 {
	 display:none;
  }
  table.table_grid th.first_th {
	 display:none;
  }
  table.table_list tbody.content .icon img {
	 width: 16px;
  }
}